Rhino (JavaScript engine)
part 5/7 · 9.5 KB total
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Use
Rhino converts JavaScript scripts into classes. Rhino works in both compiled and interpreted mode. It is intended to be used in client or server side applications, hence there is no built-in support for the web browser objects that are commonly associated with JavaScript.
Rhino can be used as a debugger by using the Rhino command-line interface or shell. The JavaScript shell provides a simple way to run scripts in batch processing mode or in an Interactive computing environment for exploratory programming. It can be used in applications by embedding Rhino.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────